java.lang.Objectgreenfoot.World
space
public class space
Write a description of class space here.
| Field Summary | |
|---|---|
int |
a
|
int |
ok
|
int |
timp
|
int |
totalCount
|
| Constructor Summary | |
|---|---|
space()
Constructor for objects of class space. |
|
| Method Summary | |
|---|---|
void |
act()
|
void |
adaugare()
|
void |
addmon()
|
Counter |
getCounter()
|
void |
minus()
|
void |
monster()
|
void |
score()
|
| Methods inherited from class |
|---|
addObject, getBackground, getCellSize, getColorAt, getHeight, getObjects, getObjectsAt, getWidth, numberOfObjects, removeObject, removeObjects, repaint, setActOrder, setBackground, setBackground, setPaintOrder, started, stopped |
| Methods inherited from class |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int a
public int ok
public int timp
public int totalCount
| Constructor Detail |
|---|
public space()
| Method Detail |
|---|
public void act()
act in class greenfoot.Worldpublic void adaugare()
public void addmon()
public Counter getCounter()
public void minus()
public void monster()
public void score()